title |
A label that identifies the option. The UP.Browser
uses the title as the ACCEPT key label when the user
selects the option. To ensure compatibility on a wide range of devices,
label should be a maximum of five characters. |
value |
Specifies the value to assign to the variable
defined in the <select> element name attribute if
the user selects the option (see example). If you specify a variable reference,
the device evaluates the reference before setting the name variable. |
onpick |
Specifies the URL to open if the user selects
the option (or deselects it if the <select> element
allows multiple choices). This attribute represents an abbreviated form
of the <onevent> element. |